Search
Graphics.pointInPoly Method
See Also
 






Checks if the given point is within the bounds of the given polygon.

Namespace: MindFusion.Drawing
File: Graphics.js

 Syntax

JavaScript  Copy Code

function pointInPoly (point, poly)

 Parameters

point

The point to check.

poly

The points describing the polygon.

 See Also